*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Thu, 12 Feb 2009 21:49:29 +0000 (21:49 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 12 Feb 2009 21:49:29 +0000 (21:49 +0000)
lisp/ChangeLog

index 02de0117f88e7155e71fba07aac97339f595d416..5c8c4d292066d9286959d6c4fe3d7acef1660205 100644 (file)
@@ -1,3 +1,11 @@
+2009-02-12  Juri Linkov  <juri@jurta.org>
+
+       * image-mode.el (image-toggle-display):
+       Let-bind `buffer-file-truename' to nil around the call to
+       `add-text-properties' to prevent directory time modification
+       by lock_file.  Replace `set-buffer-modified-p' with
+       `restore-buffer-modified-p'.  (Bug#2295)
+
 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/python.el (python-use-skeletons): Re-add.